type net/http.http2Server

12 uses

	net/http (current package)
		h2_bundle.go#L1069: func http2configFromServer(h1 *Server, h2 *http2Server) http2http2Config {
		h2_bundle.go#L4139: type http2Server struct {
		h2_bundle.go#L4232: func (s *http2Server) markNewGoroutine() {
		h2_bundle.go#L4238: func (s *http2Server) now() time.Time {
		h2_bundle.go#L4246: func (s *http2Server) newTimer(d time.Duration) http2timer {
		h2_bundle.go#L4254: func (s *http2Server) afterFunc(d time.Duration, f func()) http2timer {
		h2_bundle.go#L4300: func http2ConfigureServer(s *Server, conf *http2Server) error {
		h2_bundle.go#L4305: 		conf = new(http2Server)
		h2_bundle.go#L4472: func (s *http2Server) ServeConn(c net.Conn, opts *http2ServeConnOpts) {
		h2_bundle.go#L4476: func (s *http2Server) serveConn(c net.Conn, opts *http2ServeConnOpts, newf func(*http2serverConn)) {
		h2_bundle.go#L4636: 	srv              *http2Server
		server.go#L3762: 	conf := &http2Server{}